
;**********************************************************;

    [#Form: SV Print Config]
    Add : Bottom Button : At Beginning : Inclusive



    [Button : Inclusive]
    Key : Ctrl+I
    Action : Set : InclRateInvoive : Not ##InclRateInvoive
    Title : IF ##InclRateInvoive then "Inclusive" else "Exclusive"




    [#Line : EXPINV AccDetails] ;;Modified Default Line
    Empty : ##InclRateInvoive

    [#Field :EXPINV Rate]
    Set as : If ##InclRateInvoive then $InclusiveTaxValue else $Rate
    [#Field: EXPINV Amount]
    Set as : If ##InclRateInvoive then $BilledQty*$InclusiveTaxValue else $Amount



    [Variable : InclRateInvoive]
    Type : Logical

    [System : Variables]
    InclRateInvoive : No
     
;**********************************************************;
